Welcome![Sign In][Sign Up]
Location:
Search - overlapped client

Search list

[WinSock-NDISOverlapped

Description: 基于事件例程的socket 重叠i/o,简单的读取客户端送来的数据-routines based on the events overlapping socket i / o, a simple read client data sent
Platform: | Size: 34713 | Author: 蓝狐 | Hits:

[WinSock-NDISceshi

Description: overlapped model ,client and server
Platform: | Size: 23725 | Author: 陈世锋 | Hits:

[CommunicationvariousSockIOMmodels

Description: Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using the select API. Only a server sample is provided. WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a server sample is provided. WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided. overlapped Illustrates the overlapped IO model using events.Only a server sample is provided. iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Platform: | Size: 79158 | Author: Janferry | Hits:

[Internet-NetworkOverlapped

Description: 基于事件例程的socket 重叠i/o,简单的读取客户端送来的数据-routines based on the events overlapping socket i/o, a simple read client data sent
Platform: | Size: 34816 | Author: 蓝狐 | Hits:

[Internet-Networkceshi

Description: overlapped model ,client and server
Platform: | Size: 622592 | Author: 陈世锋 | Hits:

[OtherComReadSend

Description: 调试串口设备时候接收到客户端发送特定数据时,需要本机回传另一个特定字符串。因为网上不好找到具有类似功能的软件,所以自己写了一个。可以实现接收串口数据,单次发送,连续发送,接收特定数据后发送的功能。可以接收、显示、发送十六进制或者ascii。缺点是串口没有采用Overlapped方式,发送数据的时候会有点慢。另外软件的应用上面也有点不够人性化。拟改进。-Debugging serial devices to the client when receiving the data sent when a specific need to return the machine to another specified string. Because of the Internet to find good software with similar functions, so to write one. Can be achieved to receive serial data, a single send, for send, receive data sent by a particular function. Can receive, display, send or hexadecimal ascii. The disadvantage is that the serial did not use Overlapped way to send data when a bit slow. In addition the application software not above a little humanity. To be improved.
Platform: | Size: 66560 | Author: hujie | Hits:

[CommunicationvariousSockIOMmodels

Description: Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using the select API. Only a server sample is provided. WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a server sample is provided. WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided. overlapped Illustrates the overlapped IO model using events.Only a server sample is provided. iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Platform: | Size: 78848 | Author: Janferry | Hits:

[Internet-NetworkGameClient

Description: 一个mfc编写的游戏大厅客户端,以及简单的扑克牌游戏,和一个基于overlapped io模型的服务器端程序-The preparation of a game hall mfc client, as well as a simple poker game, and a model of overlapped io-based server-side program
Platform: | Size: 289792 | Author: huangchen | Hits:

[Internet-NetworkwindowsSocket-Overlapped

Description: windows网络模型之Overlapped 实现的网络词典的客户端和服务器,需要配置数据源,用的access数据库-windows network model of the network to achieve Overlapped dictionary client and server, need to configure the data source, access the database used
Platform: | Size: 209920 | Author: wake | Hits:

[Internet-NetworkIOModel

Description: 利用套接字重叠IO模型开发网络词典程序。该程序由服务器和客户端两部分组成,服务器主要包括数据包设计,多线程设计,界面设计。服务器负责为客户端提供英文单词的查询服务,主要包括为客户端提供英文单词的汉语含义查询 管理客户端的连接,增加,编辑和删除英文单词及其汉语含义,自动记录未知含义的单词。客户端包括界面设计,多线程设计。客户端负责向服务器发送英文单词的汉语含义查询请求,并接受服务器的应答,客户端利用套接字重叠IO模型的事件通知方法对套接字管理。-Overlapped socket IO model development using web dictionary program. The program by the server and the client of two parts, the server includes the data package design, multi-threaded design, interface design.
Platform: | Size: 208896 | Author: WANGTAO | Hits:

[Communication09

Description: 利用套接字重叠I/O模型开发网络词典程序。由服务器和客户端二部分组成。-Use Socket overlapped I/O model development online dictionary program. Second, by the server and client components.
Platform: | Size: 208896 | Author: zhangbo | Hits:

[Internet-NetworkOverlappedIO

Description: 本压缩包内含服务器端和客户端代码,服务器端基于winsock overlapped io模型的事件通知构建,暂时只创建一个线程,可响应64个IO操作,可通过增加线程来增加客户端响应数量和IO操作响应次数-The archive contains the server side and client side code, server-side model based on winsock overlapped io build event notification, being only create a thread, IO operations in response to 64 can be increased by increasing the thread to the number of client response and the IO operation response times
Platform: | Size: 155648 | Author: | Hits:

[Internet-NetworkOverlappedIO_CompletionRoutine

Description: 基于完成例程的重叠IO模型,服务器端用个三个辅助线程来处理重叠IO操作,可通过增加线程来提高响应请求速度,此模型比基于事件通知伸缩性更好,服务器端用队列(选择队列更易于管理)存储了某个时间点的客户端socket,再用辅助线程处理-IO overlapped completion routines based model of the server with a three worker threads to handle overlapped IO operation can be improved by increasing the response to the request thread to speed, this model is better than the scalability of event-based notification, server-side with a queue (selected easier to manage the queue) to store a certain point in time the client socket, then the worker thread processing
Platform: | Size: 138240 | Author: | Hits:

[Software EngineeringL2109_MessageAndBrew

Description:  第二章\服务器程序\ Server  第二章\客户端程序\Client  第二章\调用WSAEventSelect\ EventSelect  第二章\重叠I/O模式\ Overlap  第二章\完成端口模式\ IOcmplt  第二章\线程池\ TreadPool  第四章\七位编码\ EnglishCode  第四章\八位编码\ EncodeEnglish - Chapter \ server programs \ Server  Chapter \ client \ Client  Chapter \ call WSAEventSelect \ EventSelect  Chapter \ overlapped I/O mode \ Overlap  Chapter \ a completion port model \ IOcmplt  Chapter \ thread pool \ TreadPool  Chapter \ seven coding \ EnglishCode  Chapter \ Octet Coded \ EncodeEnglish
Platform: | Size: 95232 | Author: 李艳 | Hits:

[Internet-NetworkNetEngine-Windows-V2PT2

Description: 网络通信引擎 集成服务器 客户端 集成了TCP UDP版本 IOCP SELECT WSAEVENTSELET WSAASYNCSELECT OVERLAPPED 模型 还有其他网络帮助函数 UPNP OPENSSL安全传输 加解密函数-Network Communications Engine Integration Server client integrates TCP the UDP version of IOCP SELECT WSAEVENTSELET WSAASYNCSELECT OVERLAPPED model, there are other networks to help the function of the UPNP OPENSSL secure transmission encryption and decryption functions
Platform: | Size: 7953408 | Author: 秋天 | Hits:

[Internet-NetworkXyRySoft_NetEngine

Description: 网络通信引擎 集成服务器 客户端 集成了TCP UDP版本 IOCP SELECT WSAEVENTSELET WSAASYNCSELECT OVERLAPPED 模型 还有其他网络帮助函数 UPNP OPENSSL安全传输 加解密函数-Integration Server client network communication engine integrates the the TCP UDP version IOCP the SELECT WSAEVENTSELET WSAASYNCSELECT the OVERLAPPED model there are other network help function the UPNP OPENSSL secure transmission encryption and decryption functions, etc.
Platform: | Size: 13202432 | Author: 秋天 | Hits:

CodeBus www.codebus.net